Opc.Ua.Core
BinaryDecoder Constructor(Byte[],Int32,Int32,IServiceMessageContext)



Opc.Ua Namespace > BinaryDecoder Class > BinaryDecoder Constructor : BinaryDecoder Constructor(Byte[],Int32,Int32,IServiceMessageContext)
Creates a decoder that reads from a memory buffer.
Syntax
'Declaration
 
Public Function New( _
   ByVal buffer() As Byte, _
   ByVal start As Integer, _
   ByVal count As Integer, _
   ByVal context As IServiceMessageContext _
)
'Usage
 
Dim buffer() As Byte
Dim start As Integer
Dim count As Integer
Dim context As IServiceMessageContext
 
Dim instance As New BinaryDecoder(buffer, start, count, context)
public BinaryDecoder( 
   byte[] buffer,
   int start,
   int count,
   IServiceMessageContext context
)

Parameters

buffer
start
count
context
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BinaryDecoder Class
BinaryDecoder Members
Overload List